Add new license qwen-research-2024 for the Qwen Research License Agreement - #5283
Open
MGpromax wants to merge 1 commit into
Open
Add new license qwen-research-2024 for the Qwen Research License Agreement#5283MGpromax wants to merge 1 commit into
MGpromax wants to merge 1 commit into
Conversation
Add new license qwen-research-2024, requested in issue aboutcode-org#5270. The license text now detects as qwen-research-2024 with score 100; it previously matched a spurious combination of unrelated licenses. Reference: aboutcode-org#5270 Signed-off-by: Manoj Gowda <manojgowdabs18@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5270
Adds
qwen-research-2024for the Qwen Research License Agreement (Release Date: September 19, 2024), the research/non-commercial agreement used by the 3B-class Qwen2.5 models. The text was fetched from the raw URL in the issue and its SHA-256 matches the one documented there (ef52482b…d32d0f9).Choices, following the existing
qwen-2024entry: keyqwen-research-2024as suggested in the issue,category: Proprietary Freeandowner: HuggingFacemirroringqwen-2024(happy to change either if you prefer e.g. Free Restricted given the non-commercial research scope). Anotesfield records that this is distinct fromqwen-2024andtongyi-qianwen-2023.Detection before this change: the text matched
qwen-2024 AND proprietary-license, i.e. it was misattributed to the wrong Qwen agreement. It now detects asqwen-research-2024with score 100.Validation (same for all six license additions from this batch):
scancode-reindex-licensesruns clean--test-suite=validate tests/licensedcode/test_detection_validate.py), with ignorables generated by the test regen tooling rather than by handpytest tests/licensedcode/test_license_models.pypasses locallyTasks